ArcPad Preferences File Schema
AVERAGING Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element > GPS Element : AVERAGING Element

Glossary Item Box

Description

Used to specify the averaging settings for the GPS capture settings in ArcPadPrefs.apx.

Diagram

AVERAGING Element

Overview

AVERAGING
Used to specify the averaging settings for the GPS capture settings in ArcPadPrefs.apx.
enabled optional Restriction of xs:string
point optional xs:int
vertex optional xs:int

Attributes

NameTypeUseDefaultFixedDescription
enabledRestriction of xs:stringoptionalfalse  
pointxs:intoptional   
vertexxs:intoptional   

Examples

Source

<xs:element name="AVERAGING" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute default="false" name="enabled">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="point" type="xs:int" />
    <xs:attribute name="vertex" type="xs:int" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.